body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4 {
    padding-top: 7px;
    margin-bottom: 12px;
    color: #2D3956;
    font-weight: bold;
}

h1, .post-content h1 {
    padding: 15px 0px;
    border-bottom: 2px solid #cccccc;
    font-style: italic;
    font-size: 220%;
}

h2, .post-content h2 {
    font-size: 140%;
}

h3, .post-content h3 {
    font-size: 120%;
    font-style: italic;
}

h4, .post-content h4 {
    font-size: 110%;
}

table {
    margin: 0 auto
}

code, pre > code {
    font-size: 120%;
}

a:active { color: #0000ff; }
a:link, a:visited { text-decoration: none; color:#0022aa; }
a:hover { text-decoration: underline; }

.page-footer {
    margin-top: 20px;
    border-top: 2px solid #cccccc;
}

.dropdown-item {
    font-size: 90%;
}

.dropdown-menu {
    background-color: #e8e8e8;
}
